home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1996 May / Software of the Month Club 1996 May.iso / mac / ISO9660 / OS2 / UTILITY / CLOCK / EXCEPT.H < prev    next >
Encoding:
C/C++ Source or Header  |  1996-02-21  |  664 b   |  19 lines  |  [TEXT/hscd]

  1. /****************************************************************** EXCEPT.H
  2.  *                                                                         *
  3.  *                            Exception Handler                            *
  4.  *                                                                         *
  5.  ***************************************************************************/
  6.  
  7. #ifndef EXCEPT_H
  8. #define EXCEPT_H
  9.  
  10. extern ULONG APIENTRY ExceptionHandler
  11. (
  12.   PEXCEPTIONREPORTRECORD pExceptionReportRecord,
  13.   PEXCEPTIONREGISTRATIONRECORD pExceptionRegistrationRecord,
  14.   PCONTEXTRECORD pContextRecord,
  15.   PVOID pDispatcherContext
  16. ) ;
  17.  
  18. #endif
  19.